home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / snake / Makefile
Encoding:
Makefile  |  1995-06-28  |  659 b   |  35 lines

  1. #  Make WWW under unix for HP 700 or 800 (Snake) using cc
  2. #
  3.  
  4. # For W3 distribution, machine type for subdirectories
  5. WWW_MACH = snake
  6.  
  7. # Distribution point for ASIS repository
  8. ASIS_MACH = hp-700/hpux-8.0
  9.  
  10. #CFLAGS = -DDEBUG
  11. CFLAGS = -g
  12.  
  13. #    Link with BSD library for getwd()
  14. LFLAGS = -lBSD
  15.  
  16. #CC = cc
  17. #CC = gcc
  18.  
  19. # Directory for installed binary:
  20. BINDIR = /usr/local/bin
  21.  
  22.  
  23. #_________________ OK if normal W3 distribution
  24. # Where is the WWW source root?
  25. WWW = ../..
  26.  
  27. #  Where should temporary (object) files go?
  28. WTMP = ../..
  29.  
  30.  
  31. # Where is the W3 object library?
  32. LIBDIR = $(WWW)/Library/Implementation/$(WWW_MACH)
  33.  
  34. include $(WWW)/Library/Implementation/CommonMakefile
  35.